home *** CD-ROM | disk | FTP | other *** search
- /* %appfilename%.r */
- /* Created %date% %time% by AppMaker */
-
- /* MABuild uses this rez file to combine the resources for %AppFilename%% %*/
- /* with its linked code into a temporary file. */
- /* MABuild then copies the temporary file into the destination folder. */
- /* The reason for all of this is to allow changing the resources */
- /* for an application without having to relink all of its code. */
-
- /* copy all resources from the AppMaker-created resource file */
- include "%AppFilename%";
-
- /* copy all code resources from the linked file */
- include $$Shell("ObjApp")"%AppFilename%" 'CODE';
-